summaryrefslogtreecommitdiff
path: root/apps/web/app/shared/[token]/shared-entry-content.tsx
Commit message (Collapse)AuthorAgeFilesLines
* feat: share with highlighted excerpt and fix auth redirect URLsFuwn2026-02-081-0/+57
Add "share" button to text selection toolbar so users can share an entry with a highlighted passage visible to visitors. The public share page renders the highlight and scrolls to it on load. Also fix magic link and password reset redirects to use NEXT_PUBLIC_APP_URL instead of window.location.origin so emails link to the production domain.